All Questions
3 questions
1vote
1answer
166views
Scheduling Rules and Complexity in Coding Lots of rules respect to time?
We have some fields (age, visit type, insurance type, city) and some rules: Some doctors that define weekly schedule template like as: Doctor D1 works on Monday 7-9 pm , Thursday 7-9 pm. Some type of ...
-2votes
1answer
772views
Considerations when making data structure and algorithm choices [closed]
What are some reasons you may choose a worse runtime algorithm? And what are some advantages of a linked list vs a hash table/array where access is constant time.
4votes
4answers
3kviews
Should I learn design patterns or algorithms to improve my logical thinking skills? [duplicate]
Possible Duplicate: How can I improve my problem-solving ability? When starting a programming task, I have trouble breaking it up into steps and figuring out how to go about solving it. I want ...